info
supBD can only be installed on the same server as supOS. Make sure you have installed supOS already.
Server Installation
- On the supOS server, create a new path as /home/supos/supos/opt/supbd for supBD.
mkdir /home/supos/supos/opt/supbd
- Copy and decompress supBD installation package to the path.
cp xxx/X-BD-V2.xx.xx.xx-C-xxxxxx.zip /home/supos/supos/downloads
cd /home/supos/supos/downloads
unzip X-BD-V42.xx.xx.xx-C-xxxxxx.zip -d /home/supos/supos/opt/supbd
- Access the path, and then copy env.sh.tmpl file to generate env.sh file under bin folder.
cd /home/supos/supos/opt/supbd/bin
cp env.sh.tmpl env.sh
- Edit the env.sh file, and change HASP_SERVER to the address where the authorization dongle is registered.
vi env.sh
- Install supBD.
sudo bash install.sh
Accessing supBD
Log in to supOS, and then select Data Intelligence > Data Science.
info
After installation, supBD permission is not granted to admin or any user be default. Make sure you access supOS and assign corresponding module permission under User Security Management.
Uninstalling supBD
- Access supBD installation path.
cd /home/supos/supos/opt/supbd/bin
- Uninstall supBD.
sudo bash uninstall.sh